toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]UpdatePasswordCallback
/
Action
Action
public
final
class
Action
extends
AsyncCallbackAction
<
R
>
An action providing a response to the
UpdatePasswordCallback
.
Members
Constructors
Update
Password
Callback.
Action
Link copied to clipboard
public
void
UpdatePasswordCallback.Action
(
Consumer
<
UpdatePassword.Response
>
consumer
)
Functions
ignore
Link copied to clipboard
public
void
ignore
(
)
Tells the browser not to update the password for this
login
.
is
Closed
Link copied to clipboard
public
final
boolean
isClosed
(
)
Returns
true
if this action is closed.
update
Link copied to clipboard
public
void
update
(
)
Tells the browser to update the password for this
login
in the password store.